home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95 Shareware / The Best of Windows 95 Shareware (Wayzata Technology)(1996).ISO / pc / desktp / ezdesk16 / ezdesk.inf < prev    next >
INI File  |  1995-10-15  |  1KB  |  54 lines

  1. ; Author: Nguyen, Melissa
  2. ; Product: EzDesk
  3. ; Copyright: (c) 1995 EzWare Technology
  4. ; History:
  5. ;   09/16/95 Initial revision
  6. ;   10/10/95 Clean up for revision 1.5
  7.  
  8. [version]
  9. signature="$CHICAGO$"
  10.  
  11. [DefaultInstall]
  12. CopyFiles=EZD.copy.win, EZD.copy.inf
  13. UpdateInis=EZD.Links
  14. AddReg=EzDesk.AddReg
  15.  
  16. [DefaultUninstall]
  17. DelReg = EzDesk.AddReg
  18. DelFiles=EZD.copy.win, EZD.copy.inf
  19. UpdateInis=EzDesk.Del.Inis
  20.  
  21. [EzDesk.AddReg]
  22. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\EzDesk,DisplayName,,"%EZD_DESC%"
  23. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\EzDesk,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 EzDesk.inf"
  24.  
  25. [EZD.copy.win]
  26. EzDesk.exe
  27.  
  28. [EZD.copy.inf]
  29. EzDesk.inf
  30.  
  31. [Strings]
  32. EZD_DESC = "EzDesk"                    ; shortcut name
  33. EZD_ShortDesc = "EzDesk"                    ; details view
  34. StartUp_DESC = "Startup"
  35.  
  36. [DestinationDirs]
  37. EZD.copy.win=25
  38. EZD.copy.inf=17
  39.  
  40. [SourceDisksNames]
  41. 55="EzWare EzDesk","",1
  42.  
  43. [SourceDisksFiles]
  44. EzDesk.exe=55
  45.  
  46. [EZD.Links]
  47. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  48. setup.ini, group1,, """%EZD_DESC%"", ""%25%\EzDesk.Exe"",,,,,%EZD_ShortDesc%"
  49.  
  50. [EzDesk.Del.Inis]
  51. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  52. setup.ini, group1,, """%EZD_DESC%"""
  53.  
  54.